home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / datature / pdevbas1 / baseprog.exe / GO.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-06-01  |  289 b   |  9 lines

  1. echo off
  2. if exist basica.* basica menu /f:7/s:1024
  3. if exist gwbasic.* gwbasic menu /f:7/s:1024
  4. if exist basica.* goto end
  5. if exist basica.* goto end
  6. echo You need to have a copy of your BASIC Interpreter on this disk.
  7. echo See Section 3.2 of the PDS*BASE Instruction Manual.
  8. :end
  9.